home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / x / xview / xview3.004 / xview3 / usr / openwin / include / xview_private / ttyansi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-29  |  555 b   |  30 lines

  1. /*    @(#)ttyansi.h 20.12 93/06/28 SMI    */
  2.  
  3. /*
  4.  *    (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents 
  5.  *    pending in the U.S. and foreign countries. See LEGAL NOTICE 
  6.  *    file for terms of the license.
  7.  */
  8.  
  9. /* cursor states */
  10. #define NOCURSOR    0
  11. #define UNDERCURSOR    1
  12. #define BLOCKCURSOR    2
  13. #define LIGHTCURSOR    4
  14.  
  15.  
  16. /* terminal states */
  17. #define S_ALPHA        0
  18. #define S_SKIPPING    1
  19. #define S_ESCBRKT    2
  20. #define    S_STRING    3
  21.  
  22. #define S_ESC        0x80    /* OR-ed in if an ESC char seen */
  23.  
  24. #ifndef CTRL
  25. #define CTRL(c)        (c & 037)
  26. #endif
  27.  
  28. #define    DEL    0x7f
  29. #define    NUL    0
  30.